home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
mac
/
assets
/
constructROKUSHO.swf
/
scripts
/
DefineSprite_141
/
frame_8
/
DoAction.as
Wrap
Text File
|
2001-11-29
|
882b
|
39 lines
xpart = "165";
ypart = "105";
x = getProperty("/metabee head", _X);
y = getProperty("/metabee head", _Y);
if(xpart + "5" < x)
{
tellTarget("/")
{
setProperty("/metabee head", _X, getProperty("/metabee head", _X) - "8");
}
}
if(x < xpart - "5")
{
tellTarget("/")
{
setProperty("/metabee head", _X, getProperty("/metabee head", _X) + "8");
}
}
if(ypart + "5" < y)
{
tellTarget("/")
{
setProperty("/metabee head", _Y, getProperty("/metabee head", _Y) - "8");
}
}
if(y < ypart - "5")
{
tellTarget("/")
{
setProperty("/metabee head", _Y, getProperty("/metabee head", _Y) + "8");
}
}
if(xpart - "6" < x and x < xpart + "6" and ypart - "6" < y and y < ypart + "6")
{
setProperty("/metabee head button", _visible, "1");
setProperty("/metabee head", _visible, "0");
gotoAndStop(1);
}